Sets VBA-specific options for the current work session.


Button
Ribbon: Manage tab
Applications
panel
Run
VBA MacroNot available on the ribbon
in the current workspace
Menu: Tools
Macro
MacrosNot available in menus
in the current workspace
Command entry: vbarun
The following options are displayed.
Break mode is a temporary suspension of program execution in the development environment. In Break mode, you can examine, debug, reset, step through, or continue program execution.
When you select Allow Break on Errors, unhandled errors found during the execution of a VBA macro suspend the execution of the macro and display the Visual Basic Editor at the point of the error in the macro.
When you clear Allow Break on Errors, untrapped errors found during the execution of a VBA macro display a message alerting you to the error and then end execution of the macro.